PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageContent Class / setWriteable Method
True if the page is writeable.
In This Topic
    setWriteable Method
    In This Topic
    Sets a value indicating whether this page is writeable.
    A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.
    Syntax
    public void setWriteable( 
       boolean writeable
    )

    Parameters

    writeable
    True if the page is writeable.
    See Also